projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dc70084
)
(c-font-lock-extra-types): Add "Lisp_Object".
author
Kenichi Handa
<handa@m17n.org>
Wed, 10 Jan 2001 12:28:06 +0000
(12:28 +0000)
committer
Kenichi Handa
<handa@m17n.org>
Wed, 10 Jan 2001 12:28:06 +0000
(12:28 +0000)
lisp/font-lock.el
patch
|
blob
|
history
diff --git
a/lisp/font-lock.el
b/lisp/font-lock.el
index 5823ab698a000f02c925241484bd20994e9df351..db1db2625474cc38a5d71ab4841b4f58befc009d 100644
(file)
--- a/
lisp/font-lock.el
+++ b/
lisp/font-lock.el
@@
-2149,7
+2149,7
@@
Members should `:load' the package `font-lock' to use this widget."
:args '((const :tag "none" nil)
(repeat :tag "types" regexp)))
-(defcustom c-font-lock-extra-types '("FILE" "\\sw+_t")
+(defcustom c-font-lock-extra-types '("FILE" "\\sw+_t"
"Lisp_Object"
)
"*List of extra types to fontify in C mode.
Each list item should be a regexp not containing word-delimiters.
For example, a value of (\"FILE\" \"\\\\sw+_t\") means the word FILE and words